Update doc comments.
authorMatthias Clasen <mclasen@redhat.com>
Sun, 31 Oct 2004 17:56:51 +0000 (17:56 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Sun, 31 Oct 2004 17:56:51 +0000 (17:56 +0000)
2004-10-31  Matthias Clasen  <mclasen@redhat.com>

* gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init):
Update doc comments.

ChangeLog
ChangeLog.pre-2-10
ChangeLog.pre-2-6
ChangeLog.pre-2-8
gtk/gtkcellrenderercombo.c

index 77b6ad0d66e30eb2562b0bd11d7f5c55a2a58071..5912c9b481d5ea8bad650f00f4a24075b9dc27cf 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
+       Update doc comments.
+
 2004-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkprivate-win32.h
index 77b6ad0d66e30eb2562b0bd11d7f5c55a2a58071..5912c9b481d5ea8bad650f00f4a24075b9dc27cf 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
+       Update doc comments.
+
 2004-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkprivate-win32.h
index 77b6ad0d66e30eb2562b0bd11d7f5c55a2a58071..5912c9b481d5ea8bad650f00f4a24075b9dc27cf 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
+       Update doc comments.
+
 2004-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkprivate-win32.h
index 77b6ad0d66e30eb2562b0bd11d7f5c55a2a58071..5912c9b481d5ea8bad650f00f4a24075b9dc27cf 100644 (file)
@@ -1,3 +1,8 @@
+2004-10-31  Matthias Clasen  <mclasen@redhat.com>
+
+       * gtk/gtkcellrenderercombo.c (gtk_cell_renderer_combo_class_init): 
+       Update doc comments.
+
 2004-10-31  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkprivate-win32.h
index 10702ec45c15a33a017bfce1dbfe2b4bbe4ecdd5..f15bc7bad77f61f13db3a62f3a14d5fce3a02563 100644 (file)
@@ -77,9 +77,8 @@ gtk_cell_renderer_combo_class_init (GtkCellRendererComboClass *klass)
   /**
    * GtkCellRendererCombo:model:
    *
-   * The :model property holds a tree model containing the possible
-   * values for the combo box. Use the :text_column property to specify
-   * the column holding the values.
+   * Holds a tree model containing the possible values for the combo box. 
+   * Use the text_column property to specify the column holding the values.
    * 
    * Since: 2.6
    */
@@ -92,13 +91,12 @@ gtk_cell_renderer_combo_class_init (GtkCellRendererComboClass *klass)
                                                        G_PARAM_READWRITE));
 
   /**
-   * GtkCellRendererCombo:text_column:
+   * GtkCellRendererCombo:text-column:
    *
-   * The :text_column property specifies the model column which
-   * holds the possible values for the combo box. Note that this
-   * refers to the model specified in the :model property, 
-   * <emphasis>not</emphasis> the model backing the tree view to 
-   * which this cell renderer is attached.
+   * Specifies the model column which holds the possible values for the combo box. 
+   * Note that this refers to the model specified in the model property, 
+   * <emphasis>not</emphasis> the model backing the tree view to which this cell 
+   * renderer is attached.
    * 
    * Since: 2.6
    */
@@ -113,11 +111,10 @@ gtk_cell_renderer_combo_class_init (GtkCellRendererComboClass *klass)
                                                      G_PARAM_READWRITE));
 
   /** 
-   * GtkCellRendererCombo:has_entry:
+   * GtkCellRendererCombo:has-entry:
    *
-   * If the :has_entry property is %TRUE, the cell renderer will 
-   * include an entry and allow to enter values other than the ones 
-   * in the popup list. 
+   * If  %TRUE, the cell renderer will include an entry and allow to enter values 
+   * other than the ones in the popup list. 
    *
    * Since: 2.6
    */
@@ -125,7 +122,7 @@ gtk_cell_renderer_combo_class_init (GtkCellRendererComboClass *klass)
                                    PROP_HAS_ENTRY,
                                    g_param_spec_boolean ("has_entry",
                                                         P_("Has Entry"),
-                                                        P_("If %FALSE, don't allow to enter strings other than the chosen ones"),
+                                                        P_("If FALSE, don't allow to enter strings other than the chosen ones"),
                                                         TRUE,
                                                         G_PARAM_READWRITE));